This function retrieves information about all of the indexed geolocation/data mappings defined in swath. The dimension mapping list is returned as a string with each mapping separated by commas. The two dimensions in each mapping are separated by a slash (/).
Note: See STRSPLIT to separate the mapping list.
Result = EOS_SW_INQIDXMAPS(swathID, idxmap, idxsizes)
Number of indexed mapping relations found. If –1, could signify an improper swath id.
Swath id (long) returned by EOS_SW_CREATE or EOS_SW_ATTACH.
A named variable that will contain the indexed Dimension mapping list (string) with entries separated by commas.
A named variable that will contain an array (long) of the sizes of the corresponding index arrays.
None
nidxmaps = EOS_SW_INQIDXMAPS(swathID, idxmap, idxsizes)
5.2 |
Introduced |